internal/reflectlite.uncommonType.mcount (field)

5 uses

	internal/reflectlite (current package)
		type.go#L183: 	mcount  uint16  // number of methods
		type.go#L434: 	if t.mcount == 0 {
		type.go#L437: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
		type.go#L795: 	for j := 0; j < int(v.mcount); j++ {